* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 5 May 2014 23:18:18 +0000 (03:18 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 5 May 2014 23:18:18 +0000 (03:18 +0400)
commit3fec51166819523aa410ce0032059456480a719b
tree5344733351063e6f53253ecb61e55eb8cc05ebed
parent699701eefa207e1100fd61fe444c4aaf340dba14
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):
Backtrack one char if the global/char-literal var matcher hits
inside a string.  The next char could be the beginning of an
expression expansion.

* test/automated/ruby-mode-tests.el
(ruby-interpolation-after-dollar-sign): New test.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/ChangeLog
test/automated/ruby-mode-tests.el